home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Interface / BetterFinder.dmg / A Better Finder Rename 7.app / Contents / Resources / Action Insert At End of Text.nib / classes.nib next >
Encoding:
Text File  |  2005-11-09  |  1.5 KB  |  50 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             CLASS = BaseAction; 
  5.             LANGUAGE = ObjC; 
  6.             OUTLETS = {
  7.                 parameterView = NSView; 
  8.                 previewController = NSArrayController; 
  9.                 previewView = NSView; 
  10.             }; 
  11.             SUPERCLASS = NSObject; 
  12.         }, 
  13.         {
  14.             CLASS = BaseRenameAction; 
  15.             LANGUAGE = ObjC; 
  16.             OUTLETS = {firstTextField = NSTextField; }; 
  17.             SUPERCLASS = BaseAction; 
  18.         }, 
  19.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  20.         {
  21.             CLASS = InsertAtEndOfTextAction; 
  22.             LANGUAGE = ObjC; 
  23.             SUPERCLASS = InsertInFrontOfTextAction; 
  24.         }, 
  25.         {
  26.             CLASS = InsertInFrontOfTextAction; 
  27.             LANGUAGE = ObjC; 
  28.             SUPERCLASS = BaseRenameAction; 
  29.         }, 
  30.         {
  31.             ACTIONS = {apply = id; cancel = id; ok = id; updatePreview = id; }; 
  32.             CLASS = MainController; 
  33.             LANGUAGE = ObjC; 
  34.             OUTLETS = {
  35.                 globalSettings = ABFRGlobalPreferencesPseudoAction; 
  36.                 parameterView = PSFlexView; 
  37.                 previewDrawer = NSDrawer; 
  38.                 window = NSWindow; 
  39.             }; 
  40.             SUPERCLASS = NSObject; 
  41.         }, 
  42.         {
  43.             CLASS = PSFlexView; 
  44.             LANGUAGE = ObjC; 
  45.             OUTLETS = {containedView = NSView; }; 
  46.             SUPERCLASS = NSView; 
  47.         }
  48.     ); 
  49.     IBVersion = 1; 
  50. }